google.golang.org/grpc/internal/channelz.channelMap.GetServers (method)

2 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L154: 	return db.get().GetServers(id, maxResults)
		funcs.go#L600: func (c *channelMap) GetServers(id, maxResults int64) ([]*ServerMetric, bool) {